min

function min(a: integer, b: integer): integer

Determines the smaller of two integer values.

Since

0.6.0

Parameters

a

The first integer to compare.

b

The second integer to compare.


Determines the smaller of two big_integer values.

Since

0.12.0

Parameters

a

The first big_integer to compare.

b

The second big_integer to compare.


function min(a: decimal, b: decimal): decimal

Determines the smaller of two decimal values.

Since

0.9.1

Parameters

a

The first decimal to compare.

b

The second decimal to compare.